3.346 \(\int \frac {1}{\sqrt {1-a^2 x^2} \sin ^{-1}(a x)} \, dx\)

Optimal. Leaf size=9 \[ \frac {\log \left (\sin ^{-1}(a x)\right )}{a} \]

[Out]

ln(arcsin(a*x))/a

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 9, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {4639} \[ \frac {\log \left (\sin ^{-1}(a x)\right )}{a} \]

Antiderivative was successfully verified.

[In]

Int[1/(Sqrt[1 - a^2*x^2]*ArcSin[a*x]),x]

[Out]

Log[ArcSin[a*x]]/a

Rule 4639

Int[1/(((a_.) + ArcSin[(c_.)*(x_)]*(b_.))*Sqrt[(d_) + (e_.)*(x_)^2]), x_Symbol] :> Simp[Log[a + b*ArcSin[c*x]]
/(b*c*Sqrt[d]), x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[c^2*d + e, 0] && GtQ[d, 0]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {1-a^2 x^2} \sin ^{-1}(a x)} \, dx &=\frac {\log \left (\sin ^{-1}(a x)\right )}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 9, normalized size = 1.00 \[ \frac {\log \left (\sin ^{-1}(a x)\right )}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(Sqrt[1 - a^2*x^2]*ArcSin[a*x]),x]

[Out]

Log[ArcSin[a*x]]/a

________________________________________________________________________________________

fricas [A]  time = 2.44, size = 11, normalized size = 1.22 \[ \frac {\log \left (-\arcsin \left (a x\right )\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arcsin(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

log(-arcsin(a*x))/a

________________________________________________________________________________________

giac [A]  time = 0.58, size = 10, normalized size = 1.11 \[ \frac {\log \left ({\left | \arcsin \left (a x\right ) \right |}\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arcsin(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

log(abs(arcsin(a*x)))/a

________________________________________________________________________________________

maple [A]  time = 0.01, size = 10, normalized size = 1.11 \[ \frac {\ln \left (\arcsin \left (a x \right )\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/arcsin(a*x)/(-a^2*x^2+1)^(1/2),x)

[Out]

ln(arcsin(a*x))/a

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 9, normalized size = 1.00 \[ \frac {\log \left (\arcsin \left (a x\right )\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arcsin(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

log(arcsin(a*x))/a

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 9, normalized size = 1.00 \[ \frac {\ln \left (\mathrm {asin}\left (a\,x\right )\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(asin(a*x)*(1 - a^2*x^2)^(1/2)),x)

[Out]

log(asin(a*x))/a

________________________________________________________________________________________

sympy [A]  time = 0.41, size = 7, normalized size = 0.78 \[ \frac {\log {\left (\operatorname {asin}{\left (a x \right )} \right )}}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/asin(a*x)/(-a**2*x**2+1)**(1/2),x)

[Out]

log(asin(a*x))/a

________________________________________________________________________________________